.art-header {
    width: 100%;
    min-width: 1180px;
	height: 90px;
	background-color: #ffffff;
    position: relative;
    z-index: 9;
}
.art-header .avatar {
    margin-top: 24px;
}

.art-header .tab {
    padding-top: 32px;
    padding-left: 5px;
    font-size: 0;
}
.art-header .tab a.link,
.art-header .tab .more {
    margin: 0 12px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
	color: #1e1e1e;
}
.art-header .tab a:hover {
    font-weight: 600;
    color: #bd2221 !important;
}
.art-header .tab a.link.active {
    font-weight: 600;
    color: #bd2221;
    border-bottom: 2px solid #bd2221;
}
.art-header .tab .more {
    padding-bottom: 10px;
}
.art-header .tab .more .box {
    display: none;
    position: absolute;
    left: -30px;
    /* top: 30px; */
    margin-top: 10px;
    width: 65px;
    padding: 10px 30px;
    background-color: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(122, 122, 122, 0.2);
	border-radius: 8px;
}
.art-header .tab .more .box .more-link {
    display: block;
    padding: 10px 0;
    font-size: 16px;
	color: #1e1e1e;
}
.art-header .tab .more .box .more-link.active {
    font-weight: 600;
    color: #bd2221;
}
.art-header .tab .more:hover .box,
.art-header .tab .more .box:hover {
    display: block;
}

.search {
    padding: 22px 18px 0 5px;
}
.search .box {
    width: 308px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 4px 0px 0px 4px;
	border: solid 1px #bd2221;
}
.search .box .choose {
    width: 80px;
	color: #666666;
}
.search .box .choose .current {
    height: 44px;
    padding: 0 8px 0 10px;
    line-height: 44px;
    font-size: 0;
}
.search .box .choose .current .text {
    display: inline-block;
    width: 50px;
    font-size: 14px;
    text-align: center;
}
.search .box .choose .list {
    display: none;
    width: 160px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(122, 122, 122, 0.2);
    font-size: 14px;
    color: #666666;
}
.search .box .choose .list li {
    float: left;
    width: 59px;
    padding: 10px;
    border-right: 1px solid #edeeef;
    border-bottom: 1px solid #edeeef;
    cursor: pointer;
}
.search .box .choose .list li:hover {
    color: #bd2221;
}
.search .box input {
    margin-top: 11px;
    width: 215px;
    height: 22px;
    padding: 0;
    padding-left: 12px;
    border: 0;
    border-left: 1px solid #cccccc;
    border-radius: 0;
    font-size: 14px;
}
.search .box input:focus {
    box-shadow: none;
}
.search .btn {
    width: 68px;
	height: 46px;
	background-color: #bd2221;
	border-radius: 0px 4px 4px 0px;
    border: 0;
    font-size: 16px;
	color: #fefeff;
}

.upload-work-btn {
    margin-top: 22px;
}
.upload-work-btn img {
    display: block;
    margin: 0 auto;
}